home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 September / cd joystick no118 septembre 2000 cd 2.iso / Data / sharewares / Communication / IPXLocalChat.exe / _SETUP.1 / IPX Local Chat.exe / 0 / RCDATA / TANIEDITOR / TANIEDITOR.txt
Text File  |  2000-07-27  |  2KB  |  94 lines

  1. object AniEditor: TAniEditor
  2.   Left = 313
  3.   Top = 217
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select ANI file'
  6.   ClientHeight = 168
  7.   ClientWidth = 194
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 4
  22.     Width = 73
  23.     Height = 13
  24.     Caption = 'Animated icon :'
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 8
  28.     Top = 24
  29.     Width = 91
  30.     Height = 89
  31.     TabOrder = 0
  32.     object AniIcon: TAniIcon
  33.       Left = 27
  34.       Top = 26
  35.       Width = 32
  36.       Height = 32
  37.       AniFile.Data = {}
  38.       Animated = False
  39.       Frame = 0
  40.     end
  41.   end
  42.   object Button1: TButton
  43.     Left = 112
  44.     Top = 24
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Play'
  48.     TabOrder = 1
  49.     OnClick = Button1Click
  50.   end
  51.   object Button2: TButton
  52.     Left = 112
  53.     Top = 56
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Stop'
  57.     TabOrder = 2
  58.     OnClick = Button2Click
  59.   end
  60.   object Button3: TButton
  61.     Left = 112
  62.     Top = 88
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'Browse ...'
  66.     TabOrder = 3
  67.     OnClick = Button3Click
  68.   end
  69.   object Button4: TButton
  70.     Left = 16
  71.     Top = 136
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     ModalResult = 1
  76.     TabOrder = 4
  77.   end
  78.   object Button5: TButton
  79.     Left = 104
  80.     Top = 136
  81.     Width = 75
  82.     Height = 25
  83.     Cancel = True
  84.     Caption = 'Cancel'
  85.     ModalResult = 2
  86.     TabOrder = 5
  87.   end
  88.   object OpenDialog1: TOpenDialog
  89.     Filter = 'Animated Icons (*.ANI)|*.ANI'
  90.     Left = 160
  91.     Top = 108
  92.   end
  93. end
  94.